home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 5791-.end / dmg-6165 / parity.txt < prev    next >
Text File  |  1997-11-17  |  2KB  |  71 lines

  1.  
  2.  
  3. SCSI Parity Generator
  4.  
  5.  
  6. The following upgrade was originally found on Jo Even Skarstein's homepage.
  7. http://www.stud.ntnu.no/~josk/atari/hardware_mods/parity_gen.html
  8.  
  9. SCSI Parity Generator
  10. This is the Parity generation logic that solves the problem for those
  11. Atari users that use SCSI adaptors without parity. As you can see it
  12. consists of one single 74HC280 chip. The easiest place to get to the
  13. SCSI signals is the harddisk itself. You can use the four pin
  14. connector's red pin for +5V and the black for GROUND.
  15.  
  16. This parity generator has been tested with the following adaptors:
  17.  
  18.    ICD Link 1 (the first type)
  19.    Megafile 44 SCSI adaptor
  20.    Mega STE SCSI adaptor
  21.    Protar SCSI adaptor
  22.  
  23.  
  24. Pinout of the 74HC280
  25.  
  26.          74HC280
  27.  
  28.        +---\_/---+
  29.     D6 |1      14| +5V
  30.     D7 |2      13| D5
  31.     NC |3      12| D4
  32.  INPUT |4      11| D3
  33.   EVEN |5      10| D2
  34.    ODD |6       9| D1
  35.    GND |7       8| D0
  36.        +---------+
  37.  
  38. The logical schematic for added parity generation
  39.  
  40.   74HC280                    SCSI-bus
  41.  +--------+                  +-------+
  42.  |     P8 | D0------------D0 | P2    |
  43.  |     P9 | D1------------D1 | P4    |
  44.  |    P10 | D2------------D2 | P6    |
  45.  |    P11 | D3------------D3 | P8    |
  46.  |    P12 | D4------------D4 | P10   |
  47.  |    P13 | D5------------D5 | P12   |
  48.  |     P1 | D6------------D6 | P14   |
  49.  |     P2 | D7------------D7 | P16   |
  50.  |     P6 | ODD------ PARITY | P18   |
  51.  |        |                  +-------+
  52.  |    P14 | +5V
  53.  |        |
  54.  |     P3 | NO CONNECTION
  55.  |     P5 | NO CONNECTION
  56.  |        |
  57.  |     P4 | INPUT--+
  58.  |     P7 | GND----|
  59.  +--------+        |
  60.                   GND
  61.  
  62.  
  63. copyright (c)1996 Martin Graiter. Non-commercial use granted to all
  64. Atarians of the world! Questions etc. to: magrait@algonet.se
  65.  
  66.  
  67.    HOME
  68.  
  69.  
  70.  
  71.